home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960715-19961006 / 000257_news@columbia.edu _Mon Aug 26 18:49:23 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id SAA24958 for <kermit.misc@watsun.cc.columbia.edu>; Mon, 26 Aug 1996 18:49:23 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id SAA23326 for kermit.misc@watsun; Mon, 26 Aug 1996 18:49:22 -0400 (EDT)
  4. Path: news.columbia.edu!sol.ctr.columbia.edu!spool.mu.edu!howland.erols.net!newsfeed.internetmci.com!netnews.nwnet.net!netnews.cc.wwu.edu!NESSIE.CC.WWU.EDU!evelyn
  5. From: evelyn@NESSIE.CC.WWU.EDU
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: MSKermit 3.14 as terminal for VAX/VMS
  8. Date: Mon, 26 Aug 1996 15:32:17 PST
  9. Organization: Western Washington University
  10. Lines: 43
  11. Message-ID: <Pine.PMDF.3.91.960826132724.68857A-100000@NESSIE.CC.WWU.EDU>
  12. NNTP-Posting-Host: nessie.cc.wwu.edu
  13. Mime-Version: 1.0
  14. Content-Type: TEXT/PLAIN; charset=US-ASCII
  15. In-Reply-To: <1996Aug26.084706.84207@cc.usu.edu> 
  16.  
  17.  
  18.  
  19. On 26 Aug 1996, Joe Doupnik wrote:
  20.  
  21. > In article <Pine.PMDF.3.91.960823153825.64085A-100000@NESSIE.CC.WWU.EDU>, evelyn@NESSIE.CC.WWU.EDU writes:
  22. > >   I'm having a problem with MSKermit 3.14 that I don't have with 
  23. > > MSKermit 3.13.  It is being run under Windows 3.11 to connect to
  24. > > VAX/VMS and emulating either a VT220 or VT320 over an ethernet line.  
  25. > > When I do something on the VAX which causes a many-paged listing to 
  26. > > screen ... it starts pausing after the first few pages.  Then it 
  27. > > will do approximately one additional page, pause again, and repeat the 
  28. > > cycle.  After a while it may freeze completely and disconnect.
  29.  
  30. > -------------
  31. >     My guess is you may have turned on XON/XOFF flow control. TCP/IP
  32. > links should have SET FLOW NONE stated because TCP itself provides proper
  33. > flow control.
  34.  
  35.     SHOW COMMUNICATIONS indicates that flow control is off (and a check of
  36.     .ini files fails to turn up anything turning it on).
  37.  
  38. >     Alternatively, your machine may have memory management difficulties.
  39. > The screen rollback buffer lives in expanded (not extended) memory or
  40. > conventional 640K memory, and the expanded memory page frame buffer must
  41. > be located in a safe place by you.
  42.  
  43.    I'm running on a 486.  Someone else on our staff says that he's not aware
  44.    of the expanded memory page frame buffer applying to this machine.  If it
  45.    does, how do we look at its setup.  
  46.  
  47.  
  48.    I've tried adding SET KERMIT=ROLLBACK 2 to my autoexec.bat, in case that
  49.    would reduce buffer needs.  It hasn't helped.
  50.  
  51.     
  52.       Evelyn
  53.  
  54. |Evelyn Albrecht                      Ph:  (360) 650-3239                 |
  55. |Academic Computing Services          Internet: evelyn@henson.cc.wwu.edu  |
  56. |Western Washington Univ.                                                 |
  57. |Bellingham, WA  98225-9094                                               |
  58.  
  59.